home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / qtpc.dir / 00011_Script_New Behavior < prev    next >
Text File  |  2002-02-25  |  328b  |  18 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.   set the member of sprite the currentSpriteNum to member 20 of castLib "Internal"
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor 0
  10.   set the member of sprite the currentSpriteNum to member 10 of castLib "Internal"
  11.  
  12. end
  13.  
  14. on mouseUp me
  15. open "QuickTimePC\QuickTimeInstaller.exe"
  16.   go to next
  17. end
  18.